home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Textra116 / Scripts / bol.textra < prev    next >
Encoding:
Text File  |  1996-09-27  |  235 b   |  16 lines

  1. /* beginning of line */
  2.  
  3. options results
  4.  
  5. get cursor position
  6. if (result == SELECT) then do
  7.  
  8.     get select position
  9.     parse var result   startx ' ' starty ' ' endx ' ' endy
  10.  
  11. end
  12. else
  13.     parse var result   startx ' ' starty
  14.  
  15. gotoxy 0 starty
  16.